From 5f2a7ed3c14a34ca32add931184761010c353ba1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 11 Jan 2017 13:38:26 -0500 Subject: [PATCH] Correct the -gtk-icon-filter docs I was overlooking that it is possible to specify multiple functions. Also add a reference to the relevant spec draft. --- docs/reference/gtk/css-properties.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/reference/gtk/css-properties.xml b/docs/reference/gtk/css-properties.xml index e992f1135b..6bde1685e7 100644 --- a/docs/reference/gtk/css-properties.xml +++ b/docs/reference/gtk/css-properties.xml @@ -445,12 +445,12 @@ We use for syntax productions, and each line is put in a ‑gtk‑icon‑filter - none | 〈filter〉 + none | 〈filter-function-list〉 none ✓ - + CSS3 @@ -466,6 +466,7 @@ We use for syntax productions, and each line is put in a rotateX( 〈angle〉 ) | rotateY( 〈angle〉 ) | rotateZ( 〈angle〉 ) | skew( 〈angle〉 [ , 〈angle〉 ]? ) | skewX( 〈angle〉 ) | skewY( 〈angle〉 ) 〈color palette〉 = default | 〈name〉 〈color〉 [ , 〈name〉 〈color〉 ]* +〈filter-function-list〉 = [ 〈filter〉]+ 〈filter〉 = brightness( 〈number〉 ) | contrast( 〈number〉 ) | grayscale( 〈number〉 ) | -- 2.30.2